home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / rocketcar2.swf / scripts / frame_26 / PlaceObject2_893_294 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2008-09-24  |  191 b   |  15 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.car))
  3.    {
  4.       _root.kill();
  5.    }
  6.    if(_root.paused)
  7.    {
  8.       stop();
  9.    }
  10.    if(!_root.paused)
  11.    {
  12.       play();
  13.    }
  14. }
  15.